home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue36
/
resource
/
ResourceFile.rc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1998-04-19
|
294 b
|
16 lines
#include "ResourceConstants.inc"
TomIcon ICON "Icons\Tom.ICO"
JerryIcon ICON "Icons\Jerry.ICO"
STRINGTABLE
BEGIN
TxtHelloWorld, "Hello, world!"
TxtMessage, "This is a resource file"
END
SeasetBitmap BITMAP "Bitmaps\Seaset.BMP"
ResourcesSourceCode RCDATA "Resources.PAS"